home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / python.def < prev    next >
Text File  |  2000-11-08  |  7KB  |  282 lines

  1. object TPersHolder
  2.   P.Name = 'Python'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FISymbol = 14
  16.       UseSymbols = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseStrings = True
  20.       UseSingleLineStrings = True
  21.       UseMultiLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseSuffixedNumbers = True
  25.       UseMultipleNumSuffixes = False
  26.       UsePrefixedSuffixedNumbers = True
  27.       UsePSNumComposition = False
  28.       UseKeywords = True
  29.       BlockDelimiters = <>
  30.       SingleLineCommentDelimiters = <
  31.         item
  32.           FontID = 4
  33.           LeftDelimiter = '#'
  34.         end>
  35.       SingleLineStringDelimiters = <
  36.         item
  37.           FontID = 5
  38.           LeftDelimiter = #39
  39.           RightDelimiter = #39
  40.         end
  41.         item
  42.           FontID = 6
  43.           LeftDelimiter = '"'
  44.           RightDelimiter = '"'
  45.         end
  46.         item
  47.           FontID = 7
  48.           LeftDelimiter = 'r'#39
  49.           RightDelimiter = #39
  50.         end
  51.         item
  52.           FontID = 7
  53.           LeftDelimiter = 'R'#39
  54.           RightDelimiter = #39
  55.         end
  56.         item
  57.           FontID = 8
  58.           LeftDelimiter = 'r"'
  59.           RightDelimiter = '"'
  60.         end
  61.         item
  62.           FontID = 8
  63.           LeftDelimiter = 'R"'
  64.           RightDelimiter = '"'
  65.         end>
  66.       MultiLineStringDelimiters = <
  67.         item
  68.           FontID = 9
  69.           LeftDelimiter = #39#39#39
  70.           RightDelimiter = #39#39#39
  71.         end
  72.         item
  73.           FontID = 10
  74.           LeftDelimiter = '"""'
  75.           RightDelimiter = '"""'
  76.         end
  77.         item
  78.           FontID = 11
  79.           LeftDelimiter = 'r'#39#39#39
  80.           RightDelimiter = #39#39#39
  81.         end
  82.         item
  83.           FontID = 11
  84.           LeftDelimiter = 'R'#39#39#39
  85.           RightDelimiter = #39#39#39
  86.         end
  87.         item
  88.           FontID = 15
  89.           LeftDelimiter = 'r"""'
  90.           RightDelimiter = '"""'
  91.         end
  92.         item
  93.           FontID = 15
  94.           LeftDelimiter = 'R"""'
  95.           RightDelimiter = '"""'
  96.         end>
  97.       NumPrefixes = <
  98.         item
  99.           LeftDelimiter = '0x'
  100.         end
  101.         item
  102.           LeftDelimiter = '0X'
  103.         end>
  104.       NumSuffixes = <
  105.         item
  106.           LeftDelimiter = 'l'
  107.         end
  108.         item
  109.           LeftDelimiter = 'L'
  110.         end
  111.         item
  112.           LeftDelimiter = 'j'
  113.         end
  114.         item
  115.           LeftDelimiter = 'J'
  116.         end>
  117.       NumPrefixesSuffixes = <
  118.         item
  119.           LeftDelimiter = '0x'
  120.           RightDelimiter = 'l'
  121.         end
  122.         item
  123.           LeftDelimiter = '0x'
  124.           RightDelimiter = 'L'
  125.         end
  126.         item
  127.           LeftDelimiter = '0X'
  128.           RightDelimiter = 'l'
  129.         end
  130.         item
  131.           LeftDelimiter = '0X'
  132.           RightDelimiter = 'L'
  133.         end>
  134.       KeywordSets = <
  135.         item
  136.           FontID = 13
  137.           Name = 'reserved'
  138.           Keywords = 
  139.             'and,assert,break,class,continue,def,del,elif,else,except,exec,fi' +
  140.             'nally,for,from,global,if,import,in,is,lambda,not,or,pass,print,r' +
  141.             'aise,return,try,while'
  142.         end>
  143.     end>
  144.   P.FontTable = <
  145.     item
  146.       FontID = 0
  147.       GlobalAttrID = 'Whitespace'
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = clBlack
  150.       Font.Height = -13
  151.       Font.Name = 'Courier New'
  152.       Font.Style = []
  153.     end
  154.     item
  155.       FontID = 1
  156.       GlobalAttrID = 'Integer'
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clGreen
  159.       Font.Height = -13
  160.       Font.Name = 'Courier New'
  161.       Font.Style = []
  162.     end
  163.     item
  164.       FontID = 2
  165.       GlobalAttrID = 'Float'
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clGreen
  168.       Font.Height = -13
  169.       Font.Name = 'Courier New'
  170.       Font.Style = []
  171.     end
  172.     item
  173.       FontID = 3
  174.       GlobalAttrID = 'Integer'
  175.       Font.Charset = DEFAULT_CHARSET
  176.       Font.Color = clGreen
  177.       Font.Height = -13
  178.       Font.Name = 'Courier New'
  179.       Font.Style = []
  180.     end
  181.     item
  182.       FontID = 4
  183.       GlobalAttrID = 'Comment'
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clGray
  186.       Font.Height = -13
  187.       Font.Name = 'Courier New'
  188.       Font.Style = [fsItalic]
  189.     end
  190.     item
  191.       FontID = 5
  192.       GlobalAttrID = 'String'
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clMaroon
  195.       Font.Height = -13
  196.       Font.Name = 'Courier New'
  197.       Font.Style = []
  198.     end
  199.     item
  200.       FontID = 6
  201.       GlobalAttrID = 'String'
  202.       Font.Charset = DEFAULT_CHARSET
  203.       Font.Color = clMaroon
  204.       Font.Height = -13
  205.       Font.Name = 'Courier New'
  206.       Font.Style = []
  207.     end
  208.     item
  209.       FontID = 7
  210.       GlobalAttrID = 'String'
  211.       Font.Charset = DEFAULT_CHARSET
  212.       Font.Color = clMaroon
  213.       Font.Height = -13
  214.       Font.Name = 'Courier New'
  215.       Font.Style = []
  216.     end
  217.     item
  218.       FontID = 8
  219.       GlobalAttrID = 'String'
  220.       Font.Charset = DEFAULT_CHARSET
  221.       Font.Color = clMaroon
  222.       Font.Height = -13
  223.       Font.Name = 'Courier New'
  224.       Font.Style = []
  225.     end
  226.     item
  227.       FontID = 9
  228.       GlobalAttrID = 'String'
  229.       Font.Charset = DEFAULT_CHARSET
  230.       Font.Color = clMaroon
  231.       Font.Height = -13
  232.       Font.Name = 'Courier New'
  233.       Font.Style = [fsBold]
  234.     end
  235.     item
  236.       FontID = 10
  237.       GlobalAttrID = 'String'
  238.       Font.Charset = DEFAULT_CHARSET
  239.       Font.Color = clMaroon
  240.       Font.Height = -13
  241.       Font.Name = 'Courier New'
  242.       Font.Style = [fsBold]
  243.     end
  244.     item
  245.       FontID = 11
  246.       GlobalAttrID = 'String'
  247.       Font.Charset = DEFAULT_CHARSET
  248.       Font.Color = clMaroon
  249.       Font.Height = -13
  250.       Font.Name = 'Courier New'
  251.       Font.Style = [fsBold]
  252.     end
  253.     item
  254.       FontID = 15
  255.       GlobalAttrID = 'String'
  256.       Font.Charset = DEFAULT_CHARSET
  257.       Font.Color = clMaroon
  258.       Font.Height = -13
  259.       Font.Name = 'Courier New'
  260.       Font.Style = [fsBold]
  261.     end
  262.     item
  263.       FontID = 13
  264.       GlobalAttrID = 'Reserved words'
  265.       Font.Charset = DEFAULT_CHARSET
  266.       Font.Color = clBlue
  267.       Font.Height = -13
  268.       Font.Name = 'Courier New'
  269.       Font.Style = [fsBold]
  270.     end
  271.     item
  272.       FontID = 14
  273.       GlobalAttrID = 'Delimiters'
  274.       Font.Charset = DEFAULT_CHARSET
  275.       Font.Color = clBlack
  276.       Font.Height = -13
  277.       Font.Name = 'Courier New'
  278.       Font.Style = []
  279.     end>
  280.   P.SyntaxVersion = 3
  281. end
  282.